@charset "utf-8";
/* CSS Document */

/* CSS Reset */
* {
	padding: 0px;
	margin: 0px;
	
}

/* Class CSS */
/* other classes to consider are menues, headings 3-6, image, raised image, icon, raised text, check sheet, form, footer elements such as map text, copywrite text. */

.linkedimage {
	border: none;
	border-color: #000;
}

.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.Text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-justify: auto;
	color: #FFFFFF;
}	


/* Selectors CSS */

a:link {
	color: #000066;
	text-decoration:none
	}      /* unvisited link */
	
a:visited {
	color: #000000;
	text-decoration:none
	}  /* visited link */
	
a:hover {
	color: #9933FF;
	text-decoration:none
	}  /* mouse over link */
	
a:active {
	color: #0000CC;
	text-decoration:none
	}  /* selected link */


/* Layout CSS */

#wrapper-page {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: auto;
	left: auto;
	top: auto;
}

#wrapper-head {
	position: relative;
	width: 100%;
	height: 00px;
	z-index: 2;

}

#wrapper-content {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;


}

#wrapper-site {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	min-height: 000px;

}

#wrapper-copywrite {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	min-height: 00px;

}

#container-logo {
	position: relative;
	width: 960px;
	height: 000px;
	left: auto;
	margin: auto;
	z-index: 3;
	background-color: #000000;
	opacity:0.6;
}

#container-menu {
	position: relative;
	width: 960px;
	height: 00px;
	left: auto;
	margin: auto;
	z-index: 3;
	background-color: #000000;
	opacity:0.6;
}

#container-z1 {
	position: relative;
	width: 960px;
	height: auto;
	left: auto;
	z-index: 2;
	min-height: 955px;
	margin: auto;
	background-color: #000000;
	opacity: 0.6;
}

#container-z2 {
	position: relative;
	width: 960px;
	height: auto;
	left: auto;
	z-index: 2;
	min-height: 000px;
	margin: auto;
	background-color: #000000;
	opacity:0.6;
}

#container-z3 {
	position: relative;
	width: 960px;
	height: auto;
	left: auto;
	z-index: 2;
	min-height: 000px;
	margin: auto;
	background-color: #000000;
	opacity:0.6;
}

#container-z4 {
	position: relative;
	width: 960px;
	height: auto;
	left: auto;
	z-index: 2;
	min-height: 000px;
	margin: auto;
	background-color: #000000;
	opacity:0.6;
}

#container-z5 {
	position: relative;
	width: 960px;
	height: auto;
	left: auto;
	z-index: 2;
	min-height: 000px;
	margin: auto;
	background-color: #000000;
	opacity:0.6;
}

#container-z6 {
	position: relative;
	width: 960px;
	height: auto;
	left: auto;
	z-index: 2;
	min-height: 000px;
	margin: auto;
	background-color: #000000;
	opacity:0.6;
}

#container-map {
	position: relative;
	width: 960px;
	height: auto;
	left: auto;
	z-index: 2;
	min-height: 000px;
	margin: auto;
	background-color: #000000;
	opacity:0.6;
}

#container-copywrite {
	position: relative;
	width: 960px;
	height: auto;
	left: auto;
	z-index: 2;
	min-height: 000px;
	margin: auto;
	background-color: #000000;
	opacity:0.6;
}

/* Content Element CSS */
/* Content for templats goes here */
/* Page content goes in head of html file */


